PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStandardPrintFieldAttribute Class / setRole Method
A PDFStandardPrintFieldRole enum member specifying the type of form field represented.
In This Topic
    setRole Method
    In This Topic
    Sets the print field role.
    Syntax
    public void setRole( 
       PDFStandardPrintFieldRole value
    )

    Parameters

    value
    A PDFStandardPrintFieldRole enum member specifying the type of form field represented.
    See Also